home *** CD-ROM | disk | FTP | other *** search
- *** ./src/Makefile Wed Feb 18 13:53:04 1998
- --- ../vim-5.0/./src/Makefile Fri Mar 20 13:37:00 1998
- ***************
- *** 259,265 ****
- # to the command line. If you see strange flags during compilation, check in
- # config.mk where they come from. If it's PERL_CFLAGS, try uncommenting the
- # next line.
- ! #CONF_OPT_PERL = --disable-perlinterp
-
- ### For creating Vim with Python interface
- # Uncomment this when you don't want to include the Python interface,
- --- 259,265 ----
- # to the command line. If you see strange flags during compilation, check in
- # config.mk where they come from. If it's PERL_CFLAGS, try uncommenting the
- # next line.
- ! CONF_OPT_PERL = --disable-perlinterp
-
- ### For creating Vim with Python interface
- # Uncomment this when you don't want to include the Python interface,
- ***************
- *** 522,527 ****
- --- 522,528 ----
- #
- # Uncomment the next line to install Vim in your home directory.
- #prefix = $(HOME)
- + prefix = /usr/freeware
-
- ### exec_prefix is the top directory for the executable (default ${prefix})
- #
- *** ./src/config.mk Wed Jan 29 14:04:59 1997
- --- ../vim-5.0/./src/config.mk Tue Mar 10 18:18:06 1998
- ***************
- *** 1 ****
- ! the first targets to make vim are: scratch config myself
- --- 1,82 ----
- ! #
- ! # config.mk.in -- autoconf template for Vim on Unix vim:ts=8:sw=8:
- ! #
- ! # DO NOT EDIT config.mk!! Do not edit config.mk.in!! Edit Makefile and run
- ! # configure again. config.mk will be overwritten by configure.
- ! #
- ! # Configure does not edit the makefile directly. This method is not the
- ! # standard use of GNU autoconf, but it has two advantages:
- ! # a) The user can override every choice made by configure.
- ! # b) Modifications to the makefile are not lost when configure is run.
- ! #
- ! # I hope this is worth being nonstandard. jw.
- !
- !
- ! CC = /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/ptoolroot/usr/bin/cc
- ! DEFS = -DHAVE_CONFIG_H
- ! CFLAGS = -nostdinc -I/hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/include -D_BSD_SIGNALS -O3 -OPT:Olimit=0:space=ON -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 -Wl,-woff,85,-woff,84 -Olimit 2000
- ! srcdir = .
- ! LDFLAGS = -n32 -mips3 -nostdlib -L/hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/proot/usr/lib32 -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 -Wl,-woff,85,-woff,84
- ! LIBS = -lelf -ltermlib
- ! TAGPRG = ctags -t
- !
- ! CPP = /hosts/babylon.engr/usr/dist/new_toolroots/6.2/products/freeware/latest/ptoolroot/usr/bin/cc -E
- ! CPP_MM =
- ! X_CFLAGS =
- ! X_LIBS_DIR =
- ! X_PRE_LIBS = -lSM -lICE -lXpm
- ! X_EXTRA_LIBS =
- ! X_LIBS = -lX11
- !
- ! PERL =
- ! PERLLIB =
- ! SHRPENV =
- ! PERL_SRC =
- ! PERL_OBJ =
- ! PERL_PRO =
- ! PERL_CFLAGS =
- !
- ! PYTHON_SRC =
- ! PYTHON_OBJ =
- ! PYTHON_CFLAGS =
- ! PYTHON_LIBS =
- ! PYTHON_CONFDIR =
- ! PYTHON_GETPATH_CFLAGS =
- !
- ! AWK = nawk
- !
- ! ### Top directory for everything
- ! prefix = /usr/local
- !
- ! ### Top directory for the binary
- ! exec_prefix = ${prefix}
- !
- ! ### Prefix for location of data files
- ! BINDIR = ${exec_prefix}/bin
- !
- ! ### Prefix for location of data files
- ! DATADIR = ${prefix}/share
- !
- ! ### Prefix for location of man pages
- ! MANDIR = ${prefix}/man
- !
- ! ### Do we have a GUI
- ! GUI_INC_LOC = /usr/include/X11
- ! GUI_LIB_LOC = .
- ! GUI_INCL = $(MOTIF_INCL)
- ! GUI_SRC = $(MOTIF_SRC)
- ! GUI_OBJ = $(MOTIF_OBJ)
- ! GUI_DEFS = $(MOTIF_DEFS)
- ! GUI_IPATH = $(MOTIF_IPATH)
- ! GUI_LIBS_DIR = $(MOTIF_LIBS_DIR)
- ! GUI_LIBS1 = $(MOTIF_LIBS1)
- ! GUI_LIBS2 = $(MOTIF_LIBS2)
- ! GUI_TARGETS = $(MOTIF_TARGETS)
- ! GUI_MAN_TARGETS = $(MOTIF_MAN_TARGETS)
- ! GUI_TESTTARGET = $(MOTIF_TESTTARGET)
- ! NARROW_PROTO = -DFUNCPROTO=7 -DNARROWPROTO
- ! GUI_X_LIBS = -lXmu -lXext
- !
- ! ### Any OS dependent extra source and object file
- ! OS_EXTRA_SRC =
- ! OS_EXTRA_OBJ =
- *** ./src/link.sh Tue Jan 13 13:47:00 1998
- --- ../vim-5.0/./src/link.sh Tue Oct 20 14:02:09 1998
- ***************
- *** 55,61 ****
- fi
- done
- if test ! -f pathdef.c; then
- ! make pathdef.o
- fi
- if test ! -f link1.sed; then
- echo "link.sh: Linked fine, no libraries can be removed"
- --- 55,61 ----
- fi
- done
- if test ! -f pathdef.c; then
- ! gmake pathdef.o
- fi
- if test ! -f link1.sed; then
- echo "link.sh: Linked fine, no libraries can be removed"
-